home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / castools.zip / NEWS.TXT < prev    next >
Text File  |  1990-03-13  |  3KB  |  67 lines

  1.                 Recent News about the CAS and Phonebook Toolkit
  2.  
  3.                                   Version 1.0B
  4.  
  5.  
  6.      The following conditions/errors currently exist in the Toolkit:
  7.  
  8.      ╖ This error applies to every Toolkit function that has as a parameter
  9.        a pointer to a phonebook structure.  These Toolkit functions do not
  10.        check to ensure that the pointer points to a valid phonebook
  11.        structure.  Therefore, the results are unreliable.  The application
  12.        must ensure that the pointer points to a valid phonebook structure.
  13.  
  14.      ╖ The application passes a parameter, which is a pointer to a
  15.        phonebook entry structure, to the PbAddEntry, PbFindFirstOrNext,
  16.        PbFreePBE, PbGetEntry, and PbModifyEntry functions.  These functions
  17.        do not check to ensure that the pointer points to a valid phonebook
  18.        entry structure.  The results are unreliable.  The application must
  19.        ensure that the pointer points to a valid phonebook entry structure.
  20.  
  21.      ╖ The application passes a parameter, which is a pointer to a
  22.        phonebook, to the PbGarbageCollect function.  The phonebook should
  23.        be closed.  However, PbGarbageCollect works correctly if the pointer
  24.        points to an open phonebook.  The phonebook is closed when the
  25.        garbage collection is done.
  26.  
  27.      ╖ The application passes a parameter, which is a pointer  to a
  28.        phonebook entry structure, to PbAddEntry.  One of the fields in the
  29.        phonebook entry structure is Hardware_Type.  PbAddEntry does not
  30.        check to ensure that Hardware_Type is a valid type (HASCCC or
  31.        FAXONLY).  The application must ensure that the Hardware_Type field
  32.        contains a valid type.
  33.  
  34.      ╖ PbFreePBE will set Pberrno to INVALID_PARAMETER if either the
  35.        phonebook structure or phonebook entry structure passed to PbFreePBE
  36.        is NULL.  You should check Pberrno to determine whether it has been
  37.        set upon returning from PbFreePBE.
  38.  
  39.  
  40.                    Recent News about Intel's Resident Manager
  41.  
  42.  
  43.      ╖ In Intel's Resident Manager Version 1.11 and below, the Get Event
  44.        Date (0AH) and Get Event Time (0CH) functions, do not return an
  45.        error when the event specified is not in the queue.  A random time
  46.        and date are returned.  The application must ensure that the event
  47.        handle is the handle of an existing event in the specified queue
  48.        before making a call to either of these routines.
  49.  
  50.  
  51.  
  52.      302683-001A
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.